Skip to main content

Retrieve all performance metrics dashboards.

GET 

https://ServerIP:PortNumber/api/v1/visualization/dashboards

This endpoint retrieves all available dashboards containing performance metrics details. The data returned includes information such as dashboard IDs, names, category, and their configurations.

Request

Responses

Successfully retrieved the list of dashboards containing performance metrics details.

Schema
    oneOf
    response-code integer
    status string
    result object[]
  • Array [
  • Network object[]
  • Array [
  • dashboard.name string
    dashboard.category string
    dashboard.access.type string
    dashboard.users integer[]
    dashboard.context object
    dashboard.widgets object[]
  • Array [
  • id integer
    x integer
    y integer
    h integer
    w integer
  • ]
  • id integer
  • ]
  • Server object[]
  • Array [
  • dashboard.name string
    dashboard.category string
    dashboard.access.type string
    dashboard.users integer[]
    dashboard.context object
    dashboard.widgets object[]
  • Array [
  • id integer
    x integer
    y integer
    h integer
    w integer
  • ]
  • id integer
  • ]
  • ]

Authorization: cookie

name: cookietype: apiKeyin: cookie
curl -L 'https://ServerIP:PortNumber/api/v1/visualization/dashboards' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://ServerIP:PortNumber/api/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!